std::find 本章描述C++泛型算法find的設計和使用。 我們先來看看C++官方網站上對find的描述 http://www.cplusplus.com/reference/algorithm/find/ ...